revXMLRPC_SetProtocol
Type
command
Summary
Sets the protocol of an XML-RPC document structure.
Syntax
revXMLRPC_SetProtocol <XMLRPCdocumentID>, <connProtocol>
Description
Use the revXMLRPC_SetProtocol command to set the protocol that is used for the connection during the execution of an XML-RPC request.
Parameters
Name | Type | Description |
---|---|---|
XMLRPCdocumentID | integer | The number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request. |
connProtocol | string | The protocol determines the type of connection that is established with the host. By default, XML-RPC uses HTTP connections, but for added security you can use HTTPS connections, if the host supports it. |
Related
function: result, revXMLRPC_GetProtocol, revXMLRPC_CreateRequest
glossary: Standalone Application Settings, standalone application, command, XML-RPC, LiveCode custom library
library: XML-RPC library
Compatibility and Support
Introduced
LiveCode 2.5
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile